﻿@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu {height:46px;
	 line-height:46px;width:1009px; overflow:hidden;}
#nav {
     margin:0 ; 
     width:1009px; 
     display:block;	 
	 height:46px;	 
	 line-height:46px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(../images/d2.jpg) no-repeat right; 
	  float:left;
	  color:#aeff00;  
	  width:142px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#FFFFFF;
	  font-size:16px; 
	  
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:46px; 
	  display:block; 
	  padding:0; 
	  width:120px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#FFFFFF;
	  line-height:46px;
	  text-decoration: none; 
	  background:url(../images/slide-panel_03.png) no-repeat;
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#FFFFFF;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:120px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden;}
#nav .mainlevel1 a { font-family:"微软雅黑"; font-size:12px
      color:#FFFFFF;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:120px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#FFFFFF;
	  line-height:28px;
	  text-decoration:none; 
	  background:url(../images/d3.jpg) 0 0 repeat-x;
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:url(../images/d1.jpg) 0 0 repeat-x;; 
	  width:120px;
	  /*IE6 only*/}

a {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #333333;
	text-decoration:none;
}
a:hover{
	font-family: 微软雅黑;
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
}